body {
  font-family: "PingFangSC-Medium", sans-serif, Helvetica, "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;

  text-align: center;
  margin: 0 auto;
  padding: 0;
  background: #f8f7f6;
  font-size: 12px;
  color: #333;
  /* height: 9999999px; */
}

body > div {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

div,
form,
ul,
ol,
li,
span,
p {
  margin: 0;
  padding: 0;
  border: 0;
}
a:hover {
  color: #ff9c27;
}
img,
aimg {
  border: 0;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

table,
td,
input {
  font-size: 12px;
  padding: 0;
}

input {
  outline: none;
}
textarea {
  resize: none;
}

/*默认链接颜色*/

a {
  outline-style: none;
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #255, 156, 39;
  text-decoration: underline;
}
.warp {
  width: 1200px;
  margin: 0 auto;
}
.title-bg {
  background-image: url(/img/index/Polygon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 13px;
}
.classify-title {
  padding: 48px 0;
  box-sizing: border-box;
}
.classify-title h1 {
  font-weight: 400;
  font-size: 24px;
}

.classify-title h1::before {
  content: url(/img/index/Polygon.png);
  margin-right: 6px;
}

.classify-title h1::after {
  content: url(/img/index/Polygon.png);
  margin-left: 6px;
}
.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
  border: none;
}
.layui-laypage a:hover {
  color: #ff9c27;
}
.layui-carousel[lay-indicator="outside"] .layui-carousel-ind ul {
  background-color: #f5f5f5;
}
.layui-carousel-ind li.layui-this {
  background-color: #ff9c27;
}
.layui-carousel-ind li {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ff9c27;
}
